home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DigitalImageRecovery / setup.exe / {app} / DIR.exe / 0 / RCDATA / TDIALOGLANGUAGE / TDIALOGLANGUAGE.txt
Text File  |  2002-06-30  |  4KB  |  180 lines

  1. object DialogLanguage: TDialogLanguage
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose language...'
  6.   ClientHeight = 275
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 5
  20.     Top = 8
  21.     Width = 412
  22.     Height = 213
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 18
  27.     Top = 26
  28.     Width = 133
  29.     Height = 45
  30.     AutoSize = False
  31.     Caption = 'Please select your language:'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object Label2: TLabel
  41.     Left = 18
  42.     Top = 77
  43.     Width = 84
  44.     Height = 28
  45.     AutoSize = False
  46.     Caption = 'Your language is missing?'
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     WordWrap = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 18
  57.     Top = 112
  58.     Width = 137
  59.     Height = 44
  60.     AutoSize = False
  61.     Caption = 'Please translate and  many people will appreciate your help!'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     WordWrap = True
  69.   end
  70.   object Label4: TLabel
  71.     Left = 22
  72.     Top = 194
  73.     Width = 155
  74.     Height = 13
  75.     Caption = 'Selected language translated by:'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.   end
  83.   object LabelTranslator: TLabel
  84.     Left = 193
  85.     Top = 194
  86.     Width = 3
  87.     Height = 13
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object OKBtn: TButton
  96.     Left = 119
  97.     Top = 237
  98.     Width = 82
  99.     Height = 27
  100.     Caption = 'OK'
  101.     Default = True
  102.     Font.Charset = ANSI_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ModalResult = 1
  108.     ParentFont = False
  109.     TabOrder = 0
  110.   end
  111.   object CancelBtn: TButton
  112.     Left = 223
  113.     Top = 237
  114.     Width = 81
  115.     Height = 27
  116.     Cancel = True
  117.     Caption = 'Cancel'
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ModalResult = 2
  124.     ParentFont = False
  125.     TabOrder = 1
  126.   end
  127.   object ListBox1: TListBox
  128.     Left = 236
  129.     Top = 18
  130.     Width = 169
  131.     Height = 156
  132.     Font.Charset = ANSI_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -13
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ItemHeight = 16
  138.     Items.Strings = (
  139.       'Bahasa Indonesia'
  140.       'Chinese (simplified)'
  141.       'Chinese (traditional)'
  142.       'Czech'
  143.       'Danish'
  144.       'Dutch'
  145.       'English'
  146.       'French'
  147.       'German'
  148.       'Greek'
  149.       'Hebrew'
  150.       'Hungarian'
  151.       'Icelandic'
  152.       'Italian'
  153.       'Japanese'
  154.       'Norwegian'
  155.       'Polish'
  156.       'Portuguese (Brazil)'
  157.       'Portuguese (Portugal)'
  158.       'Spanish'
  159.       'Swedish')
  160.     ParentFont = False
  161.     TabOrder = 2
  162.     OnClick = ListBox1Click
  163.   end
  164.   object Button1: TButton
  165.     Left = 19
  166.     Top = 161
  167.     Width = 49
  168.     Height = 19
  169.     Caption = 'new...'
  170.     Font.Charset = ANSI_CHARSET
  171.     Font.Color = clWindowText
  172.     Font.Height = -11
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     TabOrder = 3
  177.     OnClick = Button1Click
  178.   end
  179. end
  180.